home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
ZIPPED
/
DOS
/
UTILITY
/
WRAP10.ZIP
/
EXAMPLES.DOC
< prev
next >
Wrap
Text File
|
1992-09-01
|
3KB
|
95 lines
================================================================================
WRAPPER.SYS : Ver. 1.0, Copyright (1992) by Philip B. Gardner
WRAPP86.SYS : Ver. 1.0, Copyright (1992) by Philip B. Gardner
DEBUGNXT.SYS : Ver. 1.0, Copyright (1992) by Philip B. Gardner
DEBUGN86.SYS : Ver. 1.0, Copyright (1992) by Philip B. Gardner
================================================================================
EXAMPLE CONFIGURATIONS:
;-------------------------------------------------------------------------------
; load a TSR high early because it fits better
dos=high,umb
device=c:\qemm\qemm386.sys r:2 ram rom st:m fr=c000
device=c:\qemm\loadhi.sys /r:1 wrapper.sys /m4 c:\vesa\orchid\orchdvesa.com
shell=c:\dos\command.com c:\dos /e:256 /p
buffers=20
files=35
;-------------------------------------------------------------------------------
; load a TSR disk cache before STACKER for better performance
dos=high,umb
device=c:\386max\386max.sys pro=c:\386max\386max.pro
device=wrapper.sys c:\386MAX\qcache.exe /s:2048 /l:1024 /&u+ /5-
device=c:\386max\386load.sys prog=c:\stacker\stacker.com c:\stackvol.dsk @
device=c:\stacker\sswap.com c:\stackvol.dsk /sync
shell=c:\dos\command.com c:\dos /e:256 /p
buffers=20
files=35
;-------------------------------------------------------------------------------
; initiate a ram disk
dos=high,umb
device=himem.sys
device=emm386.exe ram i=b000-b7ff i=cc00-efff frame=cc00
rem=create ram disk as drive d:
devicehigh=c:\dos5\ramdrive.sys 1024 /e
rem=leaves no resident memory
device=wrapper.sys c:\dos\command.com /c md d:\dos
device=wrapper.sys c:\dos\command.com /c copy c:\dos\*.* d:\dos
rem=or even use a batch file
rem=device=wrapper.sys c:\dos\command.com /c c:\dos\initramd.bat
rem=now set shell= to the faster shell
shell=d:\dos\command.com d:\dos /e:256 /p
buffers=20
files=35
;-------------------------------------------------------------------------------
; run a memory browser during config.sys
dos=high,umb
device=c:\qemm\qemm386.sys r:2 ram rom st:m fr=c000
rem=may terminate as a TSR or leave no resident memory
device=wrapper.sys c:\qemm\mft.exe
shell=c:\dos\command.com c:\dos /e:256 /p
buffers=20
files=35
;-------------------------------------------------------------------------------
; debug a device driver initialization using MS-DOS's DEBUG
dos=high,umb
device=wrapper.sys /d/c-/m32 c:\dos\debug.exe
device=himem.sys
device=emm386.exe ram i=b000-b7ff i=cc00-efff frame=cc00
rem=or load high
rem=devicehigh=wrapper.sys /d/c-/m32 c:\dos\debug.exe
rem=trap debugger at 1st instruction of mydevice's strategy
device=debugnxt.sys
device=mydevice.sys
shell=c:\dos\command.com c:\dos /e:256 /p
buffers=20
files=35
;-------------------------------------------------------------------------------
; debug a device driver initialization using BORLAND's TDREMOTE
; (debugs through com port to a remote machine)
dos=high,umb
device=c:\uboot\wrapper.sys d:\borlandc\bin\tdremote.exe -rp1
device=himem.sys
device=emm386.exe ram i=b000-b7ff i=cc00-efff frame=cc00
rem=or load high
rem=devicehigh=c:\uboot\wrapper.sys d:\borlandc\bin\tdremote.exe -rp1
rem=trap debugger at 1st instruction of mydevice's strategy
device=debugnxt.sys
device=mydevice.sys
shell=c:\dos\command.com c:\dos /e:256 /p
buffers=20
files=35